//0x4 bytes (sizeof)
union _WHEA_EVENT_LOG_ENTRY_FLAGS
{
ULONG LogTelemetry:1; //0x0
ULONG LogInternalEtw:1; //0x0
ULONG LogBlackbox:1; //0x0
ULONG LogSel:1; //0x0
ULONG RawSel:1; //0x0
ULONG Reserved:27; //0x0
ULONG AsULONG; //0x0
};